How to use regex to strip [a-z]/[a-z]/ from a string?
Posted
by John Nall
on Stack Overflow
See other posts from Stack Overflow
or by John Nall
Published on 2010-05-31T16:32:25Z
Indexed on
2010/05/31
16:53 UTC
Read the original article
Hit count: 135
JavaScript
|regex
Say a string is abc/xyz/IMPORTANT/DATA/@#!%@!%
, and I just want IMPORTANT/DATA/!%#@%!#%
I am terrible at regex, and really haven't learned JavaScript API yet
© Stack Overflow or respective owner